github.com/jackc/pgx/v5/pgtype.untypedTextArray.Elements (field)

7 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		array.go#L103: 	Elements   []string
		array.go#L110: 		Elements:   []string{},
		array.go#L231: 			dst.Elements = append(dst.Elements, value)
		array.go#L245: 	if len(dst.Elements) == 0 {
		array_codec.go#L302: 	if len(uta.Elements) == 0 {
		array_codec.go#L311: 	for i, s := range uta.Elements {